/* slides */

.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 286px;
  overflow: hidden;
  zoom: 1
}

.flexslider .slides {
  zoom: 1
}

.flexslider:hover .flex-next {
  opacity: .8;
  filter: alpha(opacity=25)
}

.flexslider:hover .flex-prev {
  opacity: .8;
  filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50)
}

.flex-direction-nav a {
  width: 60px;
  height: 90px;
  line-height: 99em;
  overflow: hidden;
  margin: -60px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease
}

.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0
}

.flex-direction-nav .flex-prev {
  left: 0
}

.flex-control-nav {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

.flex-control-nav li {
  width: 20px;
  height: 20px;
  line-height: 18px;
  margin: 0 5px;
  margin-right: 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  color: #CCCCCC;
  text-align: center;
  font-family: Verdana;
  float: left;
  opacity: 0.8;
  cursor: pointer;
  z-index: 5;
}

.flex-control-paging li a {
  background: url(../images/dot.png) no-repeat 0 -16px;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99em;
  width: 16px;
  cursor: pointer
}

.flex-control-paging li a.flex-active {
  background-position: 0 0
}

#slides p.title {
  position: absolute;
  left: 0;
  bottom: 0;
  text-indent: 10px;
  line-height: 30px;
  font-family: "Noto Sans SC";
  font-weight: 500;
  color: #FFF;
  display: block;
  /* width: 100%; */
  height: 30px;
  font-family: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000);
  background: rgba(0, 0, 0, 0.5);
}

.flex-control-paging li a {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: 1px solid #999999;
  background: #666666;
  text-indent: 0;
}

.flex-control-paging li a.flex-active {
  line-height: 18px;
  background: rgba(255, 0, 0, 0.9);
  border: 1px solid rgba(255, 0, 0, 1);
  color: rgba(51, 51, 51, 1);
  text-align: center;
  margin-right: 6px;
  font-family: Verdana;
  float: left;
  opacity: 0.8;
  cursor: pointer;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
}

.flex-viewport .slides li .text {
  width: 432px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  font-size: 16px;
  text-align: left;
}

.flex-active-slide .text {
  /* width: 443px;
  height: 30px;
  position: absolute;
  bottom: 0; */
}















